Curve Tools #27720

Closed
opened 2011-06-21 14:59:46 +02:00 by Alfonso de Leon Serra · 17 comments

Project: Blender Extensions
Tracker: Py Scripts Contrib
Blender: 2.57
Author(s): Mackraken
Script name: Curve tools
Homepage: http://blenderartists.org/forum/showthread.php?221213-Tools-for-curves
Wiki page: http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Curve/Curve_Tools
Category: Curve
SVN Download: https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/curve_tools.py
Status: Open

%%%This script is about a series of tools for bezier curves.

http://vimeo.com/24868827

The features are:

  • Select objects by the order they were selected.

  • Driven Loft between curves:

  • Cyclics are not supported yet.
  • Supports Linear, Cubic and Hermite interpolations. Catmull is included but isnt right.
  • Birail between 3 curves:
  • The order in which we select the curves and its direction its important to make this work right.
  • First select the profile and then the 2 paths to create the birail.
  • Arc Length:
  • A small function thats calculates a curve length.
  • Merge Bezier Splines
  • Modify Nurbs Weights.

*Subdivide or split curves

Theres one more tool unreleased yet, it calculates curves intersection or crosses in space.

Setup:
Installing this script as a regular addon can raise errors because driver_namespaces doesnt update properly.
The best way to make this work its by loading the script in the text editor and run it with register checked.

%%%

**Project**: Blender Extensions **Tracker**: Py Scripts Contrib **Blender**: 2.57 **Author(s)**: Mackraken **Script name**: Curve tools **Homepage**: http://blenderartists.org/forum/showthread.php?221213-Tools-for-curves **Wiki page**: http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Curve/Curve_Tools **Category**: Curve **SVN Download**: https://svn.blender.org/svnroot/bf-extensions/contrib/py/scripts/addons/curve_tools.py **Status**: Open %%%This script is about a series of tools for bezier curves. http://vimeo.com/24868827 The features are: * Select objects by the order they were selected. * Driven Loft between curves: - Cyclics are not supported yet. - Supports Linear, Cubic and Hermite interpolations. Catmull is included but isnt right. * Birail between 3 curves: - The order in which we select the curves and its direction its important to make this work right. - First select the profile and then the 2 paths to create the birail. * Arc Length: - A small function thats calculates a curve length. * Merge Bezier Splines - Join 2 bezier splines inside a curve. http://vimeo.com/24990202 * Modify Nurbs Weights. - The panel appears if we are on edit mode and select a nurbs spline. Object data section. http://vimeo.com/25017399 *Subdivide or split curves - Its a modal operator that can split or subdivide a curve at a given position. http://vimeo.com/25254403 Theres one more tool unreleased yet, it calculates curves intersection or crosses in space. Setup: Installing this script as a regular addon can raise errors because driver_namespaces doesnt update properly. The best way to make this work its by loading the script in the text editor and run it with register checked. %%%
Author
Member

Changed status to: 'Open'

Changed status to: 'Open'

This task was automatically closed as archived as part of migration, because it was determined to be no longer active.

The authoritative list of addons is on the wiki, we no longer have a report for each addon to track bugs and updates. Bugs can be reported individually and assigned to the addon developers. See the #Addons project page for more information on the workflow.

This task was automatically closed as archived as part of migration, because it was determined to be no longer active. The authoritative list of addons is on the wiki, we no longer have a report for each addon to track bugs and updates. Bugs can be reported individually and assigned to the addon developers. See the #Addons project page for more information on the workflow.

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Member

%%%hi, I'll have a look at the register issues tonight & let you know :)
thanks so much for uploading the script. %%%

%%%hi, I'll have a look at the register issues tonight & let you know :) thanks so much for uploading the script. %%%
Author
Member

%%%if it helps i can add comment the scripts. %%%

%%%if it helps i can add comment the scripts. %%%
Member

%%%hi, thanks for the updates.
Iv'e uploaded the new script here.
thanks, I'll look at the wiki page & link to your great docs soon.
:)%%%

%%%hi, thanks for the updates. Iv'e uploaded the new script here. thanks, I'll look at the wiki page & link to your great docs soon. :)%%%
Author
Member

%%%Ive fixed the script CurveTools for 2.58. ill try to upload here but im getting errors%%%

%%%Ive fixed the script CurveTools for 2.58. ill try to upload here but im getting errors%%%
Author
Member

%%%Oops sry wrong script. uploading the right one.%%%

%%%Oops sry wrong script. uploading the right one.%%%
Member

%%%created wiki page%%%

%%%created wiki page%%%
Member

%%%Moved from Py Scripts Upload to Py Scripts Contrib%%%

%%%Moved from Py Scripts Upload to Py Scripts Contrib%%%
Member

%%%moved to contrib & updated homepage link%%%

%%%moved to contrib & updated homepage link%%%
Member

%%%updated script to svn.
added wiki & tracker bl_info & updated corrosponding pages.
Please note, as your script is now in svn, some small maintenence may be made to the script.
Usually this is svn related or sometimes small bug fixes.
Please get your script from svn first, before making any updates.
Thanks & Welcome.
Brendon. :)%%%

%%%updated script to svn. added wiki & tracker bl_info & updated corrosponding pages. Please note, as your script is now in svn, some small maintenence may be made to the script. Usually this is svn related or sometimes small bug fixes. Please get your script from svn first, before making any updates. Thanks & Welcome. Brendon. :)%%%

%%%Hi!

"Calculate length" working properly only on straight curves.%%%

%%%Hi! "Calculate length" working properly only on straight curves.%%%

%%%Hello!

Subdivide does not work correctly when object origin location is not 0,0,0.
Drivers does not work for loft and birail.
%%%

%%%Hello! Subdivide does not work correctly when object origin location is not 0,0,0. Drivers does not work for loft and birail. %%%
Member

%%%Hi,
Due to changes to the api including the merging of bmesh, several addons are outdated.
Please, if you are the author of an addon check your script with blender revision 44256 or newer.
That is builds made After blender 2.62 official release.
I would ask that updates be made to your addon before the Blender 2.63 release.
6-8 weeks away.
This allows time for the api to become more exposed & bmesh to stablize furthur.
If you need help, drop into irc freenode #blenderpython or #blendercoders & feel welcome to ask questions.
At the time of 2.63 release, scripts that are not repaired or in active developement will have their tracker page marked "Closed"
this will not affect your links to the tracker, similar to closing scripts in 2.49b, the page will be still availible & can be re-opened.

Thanks for your understanding & patience during these Exciting Times.
Brendon.%%%

%%%Hi, Due to changes to the api including the merging of bmesh, several addons are outdated. Please, if you are the author of an addon check your script with blender revision 44256 or newer. That is builds made After blender 2.62 official release. I would ask that updates be made to your addon before the Blender 2.63 release. 6-8 weeks away. This allows time for the api to become more exposed & bmesh to stablize furthur. If you need help, drop into irc freenode #blenderpython or #blendercoders & feel welcome to ask questions. At the time of 2.63 release, scripts that are not repaired or in active developement will have their tracker page marked "Closed" this will not affect your links to the tracker, similar to closing scripts in 2.49b, the page will be still availible & can be re-opened. Thanks for your understanding & patience during these Exciting Times. Brendon.%%%
creative_designer commented 2014-08-23 10:23:59 +02:00 (Migrated from localhost:3001)

Added subscriber: @creative_designer

Added subscriber: @creative_designer
creative_designer commented 2014-08-23 10:23:59 +02:00 (Migrated from localhost:3001)

hi
When I added this addon will show the message
Addons.jpg

hi When I added this addon will show the message ![Addons.jpg](https://archive.blender.org/developer/F106354/Addons.jpg)
Sign in to join this conversation.
No Milestone
No project
No Assignees
6 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#27720
No description provided.